func github.com/andybalholm/brotli.setDepth

4 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L555: 				if setDepth(2*n-1, *tree, depth, 14) {
		brotli_bit_stream.go#L758: 				if setDepth(2*n-1, *tree, depth, 14) {
		entropy_encode.go#L76: func setDepth(p0 int, pool []huffmanTree, depth []byte, max_depth int) bool {
		entropy_encode.go#L203: 		if setDepth(int(2*n-1), tree[0:], depth, tree_limit) {